object SimpleForm: TSimpleForm Left = 82 Top = 81 Width = 441 Height = 300 Caption = 'Simple example' Font.Color = clWindowText Font.Height = -13 Font.Name = 'System' Font.Style = [] PixelsPerInch = 96 TextHeight = 16 object Button1: TButton Left = 384 Top = 0 Width = 49 Height = 273 Caption = '&open' TabOrder = 0 OnClick = Button1Click end object MultiImage1: TPMultiImage Left = 0 Top = 0 Width = 382 Height = 273 Center = True Color = clBtnFace ImageName = 'file not found' ImageDither = True ImageReadRes = lColor256 ImageWriteRes = sColor256 JPegSaveQuality = 25 JPegSaveSmooth = 0 TabOrder = 1 TabStop = False end object OpenDialog1: TOpenDialog Filter = 'jpeg|*.jpg|gif|*.gif|pcx|*.pcx|bitmap|*.bmp|icon|*.ico|metafile|' + '*.wmf|png|*.png' Left = 376 Top = 8 end end